updating oE exp

exp

include math.e 
namespace math 
public function exp(atom x) 

computes some power of E.

Parameters:
  1. value : an object, all atoms of which will be acted upon, no matter how deeply nested.
Returns:

An object, the same shape as value. When value is an atom, its exponential is being returned.

Comments:

This function can be applied to a single atom or to a sequence of any shape.

Due to its rapid growth, the returned values start losing accuracy as soon as values are greater than 10. Values above 710 will cause an overflow in hardware.

Example 1:
x = exp(5.4) 
-- x is 221.4064162 
See Also:

log

Not Categorized, Please Help

Search



Quick Links

User menu

Not signed in.

Misc Menu